Replace global loggers with local logger #13#45720
Merged
khushijain21 merged 10 commits intoelastic:mainfrom Aug 7, 2025
Merged
Replace global loggers with local logger #13#45720khushijain21 merged 10 commits intoelastic:mainfrom
khushijain21 merged 10 commits intoelastic:mainfrom
Conversation
Contributor
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Contributor
|
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
Contributor
|
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
Contributor
|
Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services) |
|
This pull request doesn't have a |
Contributor
|
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
shmsr
approved these changes
Aug 6, 2025
efd6
approved these changes
Aug 7, 2025
belimawr
approved these changes
Aug 7, 2025
ebeahan
approved these changes
Aug 7, 2025
nfritts
approved these changes
Aug 7, 2025
mergify bot
pushed a commit
that referenced
this pull request
Aug 7, 2025
* Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # x-pack/filebeat/input/http_endpoint/input.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go
6 tasks
kruskall
pushed a commit
to kruskall/beats
that referenced
this pull request
Aug 7, 2025
* Replace global loggers with local logger elastic#13
6 tasks
khushijain21
pushed a commit
that referenced
this pull request
Aug 14, 2025
mergify bot
pushed a commit
that referenced
this pull request
Aug 19, 2025
* Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # metricbeat/mb/module/example_test.go # metricbeat/module/mongodb/collstats/collstats.go # metricbeat/module/mongodb/dbstats/dbstats.go # metricbeat/module/mongodb/metrics/metrics.go # x-pack/filebeat/input/entityanalytics/provider/activedirectory/conf.go # x-pack/filebeat/input/http_endpoint/input.go # x-pack/filebeat/input/http_endpoint/input_test.go # x-pack/filebeat/input/lumberjack/server.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go
6 tasks
mergify bot
pushed a commit
that referenced
this pull request
Aug 19, 2025
* Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # metricbeat/mb/module/example_test.go # metricbeat/module/mongodb/collstats/collstats.go # metricbeat/module/mongodb/dbstats/dbstats.go # metricbeat/module/mongodb/metrics/metrics.go # x-pack/filebeat/input/http_endpoint/input.go # x-pack/filebeat/input/http_endpoint/input_test.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go
6 tasks
khushijain21
added a commit
that referenced
this pull request
Aug 21, 2025
…46079) * Replace global loggers with local logger #13 (#45720) * Replace global loggers with local logger #13 (cherry picked from commit 8df1efe) # Conflicts: # NOTICE.txt # filebeat/input/redis/redis_integration_test.go # go.mod # go.sum # metricbeat/mb/module/example_test.go # metricbeat/module/mongodb/collstats/collstats.go # metricbeat/module/mongodb/dbstats/dbstats.go # metricbeat/module/mongodb/metrics/metrics.go # x-pack/filebeat/input/http_endpoint/input.go # x-pack/filebeat/input/http_endpoint/input_test.go # x-pack/metricbeat/module/sql/query/dsn.go # x-pack/metricbeat/module/sql/query/dsn_test.go * fix conflicts * remove dsn_test.go * make check --------- Co-authored-by: Khushi Jain <khushi.jain@elastic.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed commit message
This PR updates
elastic-agent-libsand accomodates the logger changes made in this PR elastic/elastic-agent-libs#334Checklist
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Related issues